home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / biz / demo / WildfirA.lha / Wildfire / Macros / PlayStartFilm.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1997-08-01  |  422 b   |  20 lines

  1. /*
  2. ------------------------------------------------------------
  3.  PlayStartFilm.rexx
  4.  
  5.  This script plays a fil on the Wildfire-Screen
  6.  
  7.  Copyright ©1996 Infect
  8. ------------------------------------------------------------
  9. */
  10.  
  11. if ~show('P','Wildfire') then do
  12.  say " Error: The Wildfire-program must be started before executing this script."
  13.  exit
  14. end
  15.  
  16. address 'Wildfire'
  17.  
  18. FC_PLAY 'wf:filmstrips/gearbox.film' '-1' 2 2 10 20
  19.  
  20.